home *** CD-ROM | disk | FTP | other *** search
/ Megarom / Megarom Macintosh CD Software (Quantum Leap)(1992).iso / COMMUNICATION / BBS Software Systems / 1 BBS / Read Me Files / This Version of MUBBS.txt < prev    next >
Text File  |  1991-11-22  |  2KB  |  64 lines

  1.  
  2. This file contains all the text back as far as needed to get an idea of what
  3. is going on.
  4.  
  5. The latest versions of MUBBS are explained first.
  6.  
  7. NOTES FOR VERSION .5:   11/21/91
  8.  
  9. Lots of changes, but it's ready for release to the public !
  10. The "G" struct is set and probably won't change for quite a while.
  11. (it's safe to make a module now, if you were waiting)
  12.  
  13. Any further changes will try to be compatable with this one and it's modules. If not, new modules will be supplied where possible.
  14.  
  15. --------------------------------------------------------------------------
  16.  
  17. NOTES FOR VERSION .4:   10/10/91
  18.  
  19. Modules are of type "MOD1" now.
  20. It calls a "caller" module right after a modem connect, you can do anything now.
  21. Added more to the "writing MUBBS modules"
  22. Put together first release of the manual for MUBBS
  23. Made "caller" and "sendfile" modules
  24. Modules are in a seperate Resource file now
  25. Fixed some misc stuff
  26.  
  27. --------------------------------------------------------------------------
  28.  
  29. NOTES FOR VERSION .003:   9/30/91
  30.  
  31. This has not been released to anyone except us, don't upload it anywhere !
  32.  
  33. Globals and file routines added.
  34.  
  35. 10/6/91: It calls "menu1" as the first module. We know the menu module
  36.          works, so not to worry. Just don't mess with it, make it call
  37.          your modules as a test. You can rename it THEN copy it as you want.
  38.          You DO have to leave the "menu1" as is of course.
  39.          You should read the module instructions.
  40.  
  41. --------------------------------------------------------------------------
  42.  
  43. NOTES FOR VERSION .002:   9/21/91
  44.  
  45. First release of MUBBS that calls modules V.002  9/21/91
  46.  
  47. OK here we go, are you ready ??????
  48.  
  49. THE CODE WORKS !!!!!!!!!!!!!
  50.  
  51. Now I can get some sleep..........
  52.  
  53. Make sure all INITs are off, get rid of those pesky CDEVs that arn't standard too.
  54.  
  55. This is real basic, I mean REAL basic. The BBS will just pick up the line,
  56. wait for carrier detect and then print the "systemstartup.txt" file. It will
  57. wait till you press "Test" to call the test module, or "L" to log off. It
  58. normally would just pass on to the first module without stopping, and it would
  59. also NOT print the startup text (the first module could do that). I did this so
  60. that while you are developing you know at least the BBS is running OK before you
  61. call a module.
  62.  
  63. -END- (far enough !)
  64.